System APIs
Description
The RamBase menu, placed on the left side of the screen, gives easy access to all RamBase applications. The menu can be grouped into sub menus. There can exist many RamBase menus whitin a RamBase system, but a company setting will tell which menu to use for a given company. By default there will only be one menu available, but partners are allowed to create new customized menus for a customer if needed.
Tags and resources
system/rambase-menu-items
Use this resource to create a new RamBase menu item at any level in the tree.
system/rambase-menu-items
This resource will list all available RamBase menu items within the current RamBase system. If you want to list all menus available you should use the level query parameter and specify level=0. By specifing a level other than 0 you will get all menu items at that level regardless of which menu they belong to.
system/rambase-menu-items/{ramBaseMenuItemId}
This resource will give you all the details of a specific RamBase menu item.
system/rambase-menu-items/{ramBaseMenuItemId}/api-operations/{apiOperationId}/instances
2 operation(s) for system/rambase-menu-items/{ramBaseMenuItemId}
system/rambase-menu-items/{RamBaseMenuItemId}
Delete a RamBase menu item from anywhere in the tree. If the menu item you delete has any sub menu item, those sub menu items will be deleted as well.
system/rambase-menu-items/{RamBaseMenuItemId}
Use this resource to update an existing RamBase menu item.
system/rambase-menu-items/{RamBaseMenuItemId}/sub-menu-items
For easier access to creating new sub menu items you can use this resource.
system/rambase-menu-items/{ramBaseMenuItemId}/sub-menu-items
This resource will list all RamBase menu items that is a child of the menu item refered to in the url parameter.